home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-24 | 1.6 KB | 37 lines | [TEXT/CWIE] |
- OpenWithCMPlugin 1.1
-
- The source here is free for you to use for whatever purpose you wish.
- Acknowledgements for the original authors would be appreciated.
-
- The source is pretty messy, and not so well commented.
- If you find some bugs or leaks, please e-mail me so that I can fix them.
-
- The source was built using CodeWarrior Pro3 and Universal Headers 3.2,
- it should work under 3.1 but I haven't tried it. It might also compile with MPW, but
- I haven't tried that either.
-
- You will need to get the CMM SDK available from http://www.apple.com/developer
- and change the Access Paths for the project so that they point to the CMM SDK libraries and headers.
-
- Ideas for this code:
-
- 1. Add a badge icon for the favorites folder.
- 2. Keep aliases to the items in the preferences. Check the modification dates,
- and if unchanged use the cached data. There are two ways to do this, the easy and not so
- good way and the difficult but better way. The easy and not so good way keeps a list of all the
- folders and mod dates and if any have changed it updates the whole lot from the base folder.
- The better way is only to update modified fodlers.
- 3. I was going to add preferences that could be brought up by control-clicking on the Plugin.
- The prefs could do things like turn the plugin on/off, show current process at the top of
- the menu on/off etc.
-
- Of course, if you have other ideas, feel free, the code is free.
-
- Again thanks to :
- Jim Luther for Morefiles. ( the original source of my modified MyIterateDirectoryLevel )
- Christopher Evans for Finder Flocks.
- Leonard Rosenthol for ScriptableFinder.c
-
- Have fun,
- Peter.
- ogorman@innocent.com